projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73cfcf9
)
Fix compilation warning: initialize the variable
author
Javier Jardón
<jjardon@gnome.org>
Mon, 9 Nov 2009 05:09:40 +0000
(06:09 +0100)
committer
Javier Jardón
<jjardon@gnome.org>
Mon, 9 Nov 2009 08:36:15 +0000
(09:36 +0100)
gtk/gtkkeyhash.c
patch
|
blob
|
history
diff --git
a/gtk/gtkkeyhash.c
b/gtk/gtkkeyhash.c
index 298f94c5d6d14e02df5ef0fb5d4424258792e224..0bd8f16a2eb760b3c756518156dc4207c3de53cc 100644
(file)
--- a/
gtk/gtkkeyhash.c
+++ b/
gtk/gtkkeyhash.c
@@
-468,7
+468,7
@@
_gtk_key_hash_lookup (GtkKeyHash *key_hash,
* define these keyvals; if yes, discard results because a widget up in
* the stack may have an exact match and we don't want to 'steal' it.
*/
- g
int oldkeyval
;
+ g
uint oldkeyval = 0
;
GtkKeyHashEntry *keyhashentry;
results = sort_lookup_results_by_keyval (results);